* lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Tue, 31 Jan 2012 04:52:29 +0000 (20:52 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 31 Jan 2012 04:52:29 +0000 (20:52 -0800)
lisp/emacs-lisp/easy-mmode.el

index 9136aece16170d137ae263e5491ab74ed17a1309..efd5ee45d9bcad19e68f55adb3aaae6bc188d0c7 100644 (file)
@@ -114,6 +114,7 @@ BODY contains code to execute each time the mode is enabled or disabled.
                buffer-local, so don't make the variable MODE buffer-local.
                By default, the mode is buffer-local.
 :init-value VAL        Same as the INIT-VALUE argument.
+               Not used if you also specify :variable.
 :lighter SPEC  Same as the LIGHTER argument.
 :keymap MAP    Same as the KEYMAP argument.
 :require SYM   Same as in `defcustom'.